home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Found / FWDebug / FWDebug.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  720 b   |  38 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWDebug.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWENVDEF_H
  11. #include "FWEnvDef.h"
  12. #endif
  13.  
  14. #ifndef FWDEBUG_H
  15. #define FWDEBUG_H
  16.  
  17. #if !defined(FWDBGSTR_H) && defined(FW_DEBUG)
  18. #include "FWDbgStr.h"
  19. #endif
  20.  
  21. #if !defined(FWPRIDEB_H)
  22. #include "FWPriDeb.h"
  23. #endif
  24.  
  25. #if !defined(FWSYMFIL_H) && defined(FW_BUILD_WIN)
  26. #include "FWSymFil.h"
  27. #endif
  28.  
  29. #ifndef FWPRFCNT_H
  30. #include "FWPrfCnt.h"
  31. #endif
  32.  
  33. #ifndef SLDEBUG_H
  34. #include "SLDebug.h"
  35. #endif
  36.  
  37. #endif
  38.